diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/pq_new/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/pq_new/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq_new/page.tsx b/app/[lng]/evcp/(evcp)/pq_new/page.tsx index abe134bd..2e5e3e01 100644 --- a/app/[lng]/evcp/(evcp)/pq_new/page.tsx +++ b/app/[lng]/evcp/(evcp)/pq_new/page.tsx @@ -73,7 +73,7 @@ export default async function PQReviewPage(props: PQReviewPageProps) { <h2 className="text-2xl font-bold tracking-tight"> PQ 검토/실사 의뢰 </h2> - <InformationButton pageCode="evcp/pq_new" /> + <InformationButton pagePath="evcp/pq_new" /> </div> </div> </div> |
